-
Notifications
You must be signed in to change notification settings - Fork 13
install.unix page #49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
Ciao @fabiosal. Thanks for your PR and the interest you show in translating the PHP documentation. The most important note is that you need to use the same number of lines of the original file so it will be easier to maintain it in the future. Mind that you can still compare this version to the corresponding English version by following this link. Could you please ensure that all the sections have the same number of lines in your proposal? The English one has 199 lines, we should have 200 because we have two comments on top of the file. Thanks in advance! |
DavidePastore
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check this comment.
d6f73ae to
0c8dffa
Compare
|
@DavidePastore, I modified the text to remove some lines in order to fit on 200 lines as the english revision. |
DavidePastore
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Come specificato qui, le righe devono avere una corrispondenza nella versione inglese e italiana per permettere una più facile manutenzione ed un aggiornamento più veloce.
| <chapter xml:id="install.unix" xmlns="http://docbook.org/ns/docbook"> | ||
| <title>Installazione su sistemi Unix</title> | ||
| <para> | ||
| Questa sezione tratterà la configurazione generale e l'installazione |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Questa sezione deve essere di 4 righe, come nel file originale.
|
|
||
| <note> | ||
| <para> | ||
| Alcuni sistemi Unix (come OpenBSD e SELinux) potrebbero non consentire di |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Questa sezione deve essere di 6 righe.
| </note> | ||
| <note> | ||
| <simpara> | ||
| La cross-compilazione per ARM con la toolchain di Android non è |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Questa sezione deve essere di una riga.
install.unix page translation